home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1997 January / inter@ivo 1997-01.iso / cybint12 / bin / guiaprof.dxr / 00014.ls < prev    next >
Encoding:
Text File  |  1996-12-14  |  237 b   |  15 lines

  1. on mouseUp
  2.   sound playFile 2, "..\som\seta.wav"
  3.   startTimer()
  4.   repeat while the timer < 20
  5.     nothing()
  6.   end repeat
  7.   onVis(9)
  8.   updateStage()
  9.   startTimer()
  10.   repeat while the timer < 30
  11.     nothing()
  12.   end repeat
  13.   go("exit")
  14. end
  15.